home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Risc World 3
/
Risc World 3.iso
/
SOFTWARE
/
ISSUE4
/
ZAP
/
!Zap
/
Modules
/
!ZapJRF
/
Scripts
/
HTML
/
Left
< prev
next >
Wrap
Text File
|
2002-05-08
|
413b
|
23 lines
| Left align the current tag !
| If we're inside a tag, move to the end
TMT_IF "INHTMLTAG THEN SEARCHFORWARD "">"""
| If we're at the end of a tag, we'll centre
LEFT
#IfText ">"
SEARCHBACK "<"
SEARCHFORWARD "align\|>"
LEFT
| Did we find an 'align' tag ?
#IfText "n"
| Yes, so let's delete it !
BLOCKUNTIL " >"
CUT
#Else
INSERT " "
#EndIf
INSERT "align=left"
SEARCHFORWARD ">"
#Else
RIGHT
#EndIf